Resource StructureDefinition/FHIR Server from package ca.on.oh.corhealth#0.2.0-beta (63 ms)
Resources that use this resource
Resources that this resource uses
Source
{
"resourceType" : "StructureDefinition",
"id" : "corhealth-appointment",
"url" : "https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-appointment",
"name" : "CorHealthAppointment",
"title" : "CorHealth Appointment",
"status" : "active",
"description" : "CorHealth Appointment",
"fhirVersion" : "4.0.1",
"kind" : "resource",
"abstract" : false,
"type" : "Appointment",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Appointment",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "Appointment.identifier.system",
"path" : "Appointment.identifier.system",
"patternUri" : "https://corhealth-ontario.ca/NamingSystem/appointment-id"
},
{
"id" : "Appointment.status",
"path" : "Appointment.status",
"binding" : {
"strength" : "required",
"valueSet" : "https://corhealth-ontario.ca/fhir/ValueSet/CorHealthAppointmentStatusVS"
}
},
{
"id" : "Appointment.cancelationReason",
"path" : "Appointment.cancelationReason",
"short" : "Field ID: 111. Cancellation Reason",
"mustSupport" : true,
"binding" : {
"strength" : "required",
"valueSet" : "https://corhealth-ontario.ca/fhir/ValueSet/CorHealth111CancellationReasonVS"
}
},
{
"id" : "Appointment.basedOn",
"path" : "Appointment.basedOn",
"min" : 1,
"max" : "1",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-servicerequest"
]
}
],
"mustSupport" : true
},
{
"id" : "Appointment.participant",
"path" : "Appointment.participant",
"slicing" : {
"discriminator" : [
{
"type" : "pattern",
"path" : "actor"
}
],
"rules" : "open",
"description" : "Slice based on actor pattern"
},
"mustSupport" : true
},
{
"id" : "Appointment.participant.actor",
"path" : "Appointment.participant.actor",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Appointment.participant:patient",
"path" : "Appointment.participant",
"sliceName" : "patient",
"min" : 1,
"max" : "1",
"mustSupport" : true
},
{
"id" : "Appointment.participant:patient.actor",
"path" : "Appointment.participant.actor",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-patient"
]
}
]
},
{
"id" : "Appointment.participant:patient.status",
"path" : "Appointment.participant.status",
"patternCode" : "accepted"
},
{
"id" : "Appointment.requestedPeriod",
"path" : "Appointment.requestedPeriod",
"mustSupport" : true
},
{
"id" : "Appointment.requestedPeriod.start",
"path" : "Appointment.requestedPeriod.start",
"short" : "Field ID: 110. Booking Date",
"mustSupport" : true
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.